'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of T) _ )
public void AddRange( IEnumerable<T> collection )
Parameters
- collection
- A collection of the T objects to add.
'Declaration Public Sub AddRange( _ ByVal collection As IEnumerable(Of T) _ )
public void AddRange( IEnumerable<T> collection )